/*
Hospital Unified Template Branding
*/






.main-phone {
	background: #9a8095;
}
.main-phone span {
	color: #ffffff;
}


body, a, p, span, i, input, select, textarea, option {
	font-family: ;
	font-weight: $entity_branding_body_font_light; 	font-weight: $entity_branding_body_font_medium; }

strong,
.bold {
	font-weight: $entity_branding_body_font_heavy; 	font-weight: $entity_branding_body_font_bold; }

h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	font-family: ;
	font-weight: $entity_branding_title_font_light; 	font-weight: $entity_branding_title_font_medium; 	font-weight: $entity_branding_title_font_heavy; 	font-weight: $entity_branding_title_font_bold; }

h1, h3, h5 {
	color: #6d4a69;
}

h2, h4, h6 {
	color: #d4a45b;
}


blockquote {
	color: #d4a45b;
	border-left: 5px solid #d4a45b;
}

body {
	font-size: 14px;
}


.btn-primary,
.physician-profile-entry .physician-quick-links a.btn-lg span,
.profile-entry .profile-quick-links .btn-lg span,
#adaptive-tabs-widget a.read-more,
.btn-no-link {
	background-color: #6d4a69;
	color: #ffffff;
}

.btn-primary:active,
.open .dropdown-toggle.btn-primary {
	background-color: #6d4a69;
	color: #ffffff;
}

.btn-no-link,
a.btn-no-link {
	cursor: default;
}
.btn-no-link:hover,
a.btn-no-link:hover {
	background-color: #6d4a69;
}
.btn-primary:hover,
.btn-primary:focus,
.physician-profile-entry .physician-quick-links a.btn-lg span:hover,
.profile-entry .profile-quick-links .btn-lg span:hover,
#adaptive-tabs-widget a.read-more:hover,
.btn-primary.active:not(.btn-link) {
	background-color: #9a8095;
	color: #ffffff;
}

.btn a,
.btn-lg a,
.physician-profile-entry .physician-quick-links a,
#adaptive-tabs-widget a.read-more {
	color: #ffffff;
}

#clinician-spotlight #featured-clinician .appt-btn {
	background-color: #6d4a69;
	color: #ffffff;
}
#clinician-spotlight #featured-clinician .appt-btn:hover {
	background-color: #9a8095;
	color: #ffffff;
}

.btn-outline {
	border: 1px solid #9a8095;
	text-decoration: none;
}
.btn-outline:hover {
	background: #6d4a69;
	color: #ffffff;
}

.navbar .btn-navbar .icon-bar {
	background-color: #ffffff;
}

// Health Library

body.ebsco-health-library #content-wrap #ebsco-hl-wrapper a.btn.active,
body.ebsco-health-library #content-wrap #ebsco-hl-wrapper a.btn:active,
body.ebsco-health-library #content-wrap #ebsco-hl-wrapper a.btn:visited {
	background-color: #6d4a69;
}


// enewsletter

#enewsletter form input#submit {
	background-color: #6d4a69;
}
#enewsletter form input#submit:hover {
	background-color: #9a8095;
}






#header-wrap .header-inner-wrap .navbar {
	background-color: #6d4a69;
}

#header-wrap .header-inner-wrap .navbar .nav .active>a,
#header-wrap .header-inner-wrap .navbar-nav>li>a {
	color: #ffffff;
}
#header-wrap .header-inner-wrap .navbar-nav>li>a {
	border-left-color: #9a8095;
}
#header-wrap .header-inner-wrap .navbar-nav>li:last-child {
	border-right-color: #9a8095;
}


#header-wrap .header-inner-wrap .navbar .btn:hover {
	background: #9a8095;
	color: #ffffff;
}


.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
	border-top-color: #9a8095;
	border-bottom-color: #9a8095;
	opacity: 1;
}
.navbar .nav li.dropdown .dropdown-toggle .caret:hover,
.navbar .nav li.dropdown.open .caret:hover {
	border-top-color: #6d4a69;
	border-bottom-color: #6d4a69;
}

#header-wrap .navbar-default .dropdown-menu,
#header-wrap .navbar-default .navbar-nav .open .dropdown-menu {
	background: #6d4a69;
}

a#skip-nav-accessibility-aid:focus, 
a#skip-nav-accessibility-aid:active {
	color: #6d4a69;
}


.nav-flyout-toggles .open .nav-menu-toggle {
	background: #9a8095;
	color: #ffffff;
}






#nav-menu-phone-numbers.dropdown-menu ul li {
	border-color: #ffffff;
}



#notification-center #er-wait-notification .wait-time {
	color: #d4a45b;
}
#notification-center .btn {
	background: #9a8095;
}
#notification-center .btn:hover {
	background: #6d4a69;
}
#notification-center #recent-news-notification .update a, #notification-center #calendar-event-notification .update a,
#notification-center #social-media-notification .feeds .update a {
	color: #6d4a69 ;
}
#notification-center #recent-news-notification .update a:hover, #notification-center #calendar-event-notification .update a:hover,
#notification-center #social-media-notification .feeds .update a:hover {
	color: #9a8095;
}
.navbar .group.notification:hover .dropdown-toggle {
	background-color: #9a8095;
}


/*
	2.2.3 Navbars with Entity Branding classes
*/
.navbar.navbar-primary a,
.navbar.navbar-primary-alt a {
	color: #ffffff
}

/*	primary			*/
.navbar.navbar-primary {
	background: #6d4a69;
}
.navbar.navbar-primary a:active,
.navbar.navbar-primary a:focus,
.navbar.navbar-primary a:hover {
	background: #9a8095;
}

/*	primary	alt		*/
.navbar.navbar-primary-alt {
	background: #9a8095;
}
.navbar.navbar-primary-alt a:active,
.navbar.navbar-primary-alt a:focus,
.navbar.navbar-primary-alt a:hover
	background: #6d4a69;
}

/*	secondary		*/
.navbar.navbar-secondary {
	background: #d4a45b;
}
.navbar.navbar-secondary a:active,
.navbar.navbar-secondary a:focus,
.navbar.navbar-secondary a:hover {
	background: #e8c590;
}

/*	secondary alt	*/
.navbar.navbar-secondary-alt {
	background: #e8c590;
}

.navbar.navbar-secondary-alt a:active,
.navbar.navbar-secondary-alt a:focus,
.navbar.navbar-secondary-alt a:hover {
	background: #d4a45b;
}



#header-wait-times .time {
	font-weight: $entity_branding_body_font_heavy;
}

#header-wait-times.circle .time-display {
	border-color: #e8c590;
}
#header-wait-times .published a:hover,
.er_1 .published a:hover {
	color: #6d4a69;
}


@media all and (max-width: 767px) {
	#facility-er-nav .nav-section.dropdown.open,
	#facility-er-nav .nav-section.dropdown .facility-dropdown {
		background: #6d4a69;
	}
	#facility-er-nav .nav-section.dropdown.open a {
		color: #ffffff;
	}
	#facility-er-nav .nav-section.dropdown .facility-dropdown > li > a {
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
	}
}




.pagination>li.active>a,
.pagination>li.active>span,
.pagination>li.active>a:hover,
.pagination>li.active>span:hover,
.pagination>li.active>a:focus,
.pagination>li.active>span:focus {
	background-color: #9a8095;
	border-color: #9a8095;
	color: #ffffff;
}



.app-stack #about-us-accordion.about-us-2.v3,
.app-stack #about-us-accordion.about-us-2 #accordion-about.panel-collapse,
.app-stack #about-us-accordion.about-us-2 .panel-title,
.app-stack #about-us-accordion.about-us-2 #accordion-about-toggle span
{
	background-color:#efefef;
}

.app-stack #about-us-accordion.about-us-2 .panel-title a,
.app-stack #about-us-accordion.about-us-2 .panel-title h1,
.app-stack #about-us-accordion.about-us-2 .panel-title span,
.app-stack #about-us-accordion.about-us-2 .panel-title a:hover,
.app-stack #about-us-accordion.about-us-2 .panel-title span:hover{
	color:#d4a45b;
}
.app-stack #about-us-accordion.about-us-2 .panel-title h1:hover {
	color:#d4a45b;
}


.app-scroller-items.app-scroller-icons .slides li a i {
	color: #fff;
	background-color: #6d4a69;
}

.app-scroller-items.app-scroller-icons .app-list i{
	color: #fff;
	background-color: #6d4a69;
}

.app-scroller-items.app-scroller-icons .slides li a i:hover {
	color: #fff;
	background-color: #9a8095;
}
@media screen and (max-width: 480px) {
	.app-scroller-items.app-scroller-cards .app-list li span, 
	.app-scroller-items.app-scroller-cards .app-list i, 
	.app-scroller-items.app-scroller-cards .app-list .scrollerright {
		color: #6d4a69;
	}
}

#app-stack-locations .app-stack-caption,
#app-stack-locations .app-stack-caption-text,
#app-stack-locations .item-title {
	color: #6d4a69;
}

#app-stack-locations .btn,
#app-stack-locations .btn-lg {
	background-color: #9a8095;
}


#wait-time-stack .wait-time-popup {
	background-color: #6d4a69;
	color: #ffffff;
}

#wait-time-stack .wait-time-popup
#wait-time-stack .wait-time-content header h3 a {
	color: #6d4a69 ;
}
#wait-time-stack .wait-time-content header h3 a:hover {
	color: #d4a45b ;
}


#adaptive-content-rotator .carousel-caption-text p.item-title {
	color: #6d4a69;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	font-weight: $entity_branding_title_font_light;
}


#featured-content-wrap .card-header:not(.content-overlay) a {
	color: #6d4a69;
}
#featured-content-wrap .card-header:not(.content-overlay) a:hover {
	color: #9a8095 ;
}



.page-navigator #iam.open .btn.dropdown-toggle,
.page-navigator #iwant.open .btn.dropdown-toggle {
	background-color: #6d4a69;
}

.page-navigator #iam.open .btn:after,
.page-navigator #iwant.open .btn:after {
	border-left-color: #6d4a69;
}


.page-navigator #navigate-to-page.btn-primary.btn-disabled {
	background-color: #9a8095;
	border-color: transparent;
}

.page-navigator #navigate-to-page {
	background-color: #6d4a69;
	color: #ffffff;
}
.page-navigator li,
.page-navigator li a {
	color: #6d4a69;
}
.page-navigator #navigate-to-page[data-status="ready"]:hover {
	background-color: #9a8095;
}


.news-events.stack .more-news-btn a, 
.news-events.stack a .read-more {
	color: #6d4a69;
}


.full-details a{
	color: #d4a45b;
}

#er-location-cards .circle .time-display{
	border-color: #e8c590;
}




.app-stack #adaptive-tabs-widget {
	background-color: #efefef;
}

.app-stack #adaptive-tabs-widget .nav-tabs > li > a:hover {
	background: #d6d6d6;
}

#adaptive-tabs-widget #adaptive-tabs .tab-pane h4 a,
#adaptive-tabs-widget #adaptive-tabs .tab-pane #featured-event header h4 a,
#adaptive-tabs-widget #adaptive-tabs .tab-pane #featured-event h4 a,
#adaptive-tabs-widget #adaptive-tabs .tab-pane #featured-news h4 a, 
#adaptive-tabs-widget #adaptive-tabs .tab-pane h3 a,
#adaptive-tabs-widget #adaptive-tabs .tab-pane #featured-event header h3 a,
#adaptive-tabs-widget #adaptive-tabs .tab-pane #featured-event h3 a,
#adaptive-tabs-widget #adaptive-tabs .tab-pane #featured-news h3 a {
	color: #6d4a69;
}

.app-stack2 #adaptive-tabs-widget #adaptive-tabs .tab-pane #featured-event,
.app-stack4 #adaptive-tabs-widget #adaptive-tabs .tab-pane #featured-event,
.app-stack2 #adaptive-tabs-widget #adaptive-tabs .tab-pane #featured-news,
.app-stack4 #adaptive-tabs-widget #adaptive-tabs .tab-pane #featured-news {
	background-color: #d6d6d6;
}

.app-stack #adaptive-tabs-widget,
#adaptive-tabs-widget #adaptive-tabs .tab-pane .date,
#adaptive-tabs-widget #adaptive-tabs .tab-pane h4 a,
#adaptive-tabs-widget #adaptive-tabs .tab-pane h4,
#adaptive-tabs-widget #adaptive-tabs .tab-pane h3 a,
#adaptive-tabs-widget #adaptive-tabs .tab-pane h3,
#adaptive-tabs-widget #adaptive-tabs h3 {
	font-family: ;
}

#adaptive-tabs-widget #adaptive-tabs #social-feeds h4.social-title {
	border-bottom-color: #d4a45b;
}




.app-landing-page .contact a {
	color: #6d4a69;
}
.app-landing-page .contact a:hover {
	color: #9a8095;
}

.app-landing-page .quote .source {
	color: #6d4a69;
}


.hut-maps-and-locations .map-search .map-search-title h2 {
	font-weight: $entity_branding_body_font_light;
}
.maps-and-locations .hut-maps-and-locations p.map-title a,
.maps-and-locations .hut-maps-and-locations .map-pop-up footer .pop-up-icon-link a {
	color: #6d4a69;
}
.maps-and-locations .hut-maps-and-locations .map-pop-up footer .pop-up-icon-link a:hover {
	color: #9a8095;
}
.maps-and-locations header.map-search-wrapper {
	background-color: #9a8095;
}
/* back to facility background */
.maps-and-locations .hut-maps-and-locations #back-to-location-listings {
	background-color: #9a8095;
}
.maps-and-locations .hut-maps-and-locations img.map-small-image {
	background-color: #6d4a69;
}
/* drop downs on hover states*/
.maps-and-locations .hut-maps-and-locations .dropdown-menu li a:hover,
.maps-and-locations .hut-maps-and-locations .dropdown-menu li a:active,
/* titles*/
.maps-and-locations .hut-maps-and-locations p.map-title a {
	color: #6d4a69;
}
/* icons */
.maps-and-locations .hut-maps-and-locations img.map-small-image,
.maps-and-locations .hut-maps-and-locations .listing i.icon-flag {
	background-color: #6d4a69;
}

/* header buttons */
.map-search .btn-primary:hover {
	background: rgba(0, 0, 0, 0.3);
}

/* er wait area */
.maps-and-locations .hut-maps-and-locations .mins,
.maps-and-locations .hut-maps-and-locations .er-location {
	color: #d4a45b;
}

.maps-and-locations .hut-maps-and-locations .time-display {
	border-color: #e8c590;
}

/* font issues */
.maps-and-locations .hut-maps-and-locations .time {
	font-weight: $entity_branding_body_font_heavy;
}
.maps-and-locations .hut-maps-and-locations #directions-start-point,
.maps-and-locations .hut-maps-and-locations table.adp-directions {
	font-weight: $entity_branding_title_font_medium;
}




.content-holder.wait-times .wait-time-header,
.content-holder.social-media .social-media-icons i {
	color: #9a8095;
}
.content-holder.wait-times .time-display {
	border-color: #9a8095;
}
.content-holder.wait-times .time {
	color: #6d4a69;
}


#search-results-wrap #search-form label {
	color: #d4a45b;
}


.patient-testimonial .testimonial-initials {
	background-color: #6d4a69;
}	
.patient-testimonial .testimonial-initials:hover {
	background-color: #9a8095;
}


#job-search-app-wrap #subnav li.always-active a,
#job-search-app-wrap #subnav li.current a,
#job-search-app-wrap #subnav li a:hover {
	color: #6d4a69;
}
#job-search-app a.navbar-search {
    color: #ffffff;
  }
#job-search-app-wrap .search-overlay {
	background-color: #6d4a69;
}
#job-search-app-wrap .main h2,
#job-search-app-wrap .aside h2 {
	color: #6d4a69;
}
#job-search-app-wrap #careers-pagination li a:hover,
#job-search-app-wrap #careers-pagination li.active a {
	background-color: #6d4a69;
}


.location-aside-card i.icon-location-2 {
	color: #6d4a69;
}
.interior-content-card .content-card-icon-strip {
	background-color: #efefef;
}
.interior-content-card .content-card-icon-strip p,
.interior-content-card .content-card-icon-strip a {
	color: #e8c590;
}
.interior-content-card .content-card-icon-strip i {
	color: #d4a45b;
}
.interior-content-card .content-card-icon-strip i.card-link:hover {
	color: #e8c590;
}


#pd-physicians #pd-physician-results #pd-results ul.pd-list .pd-number {
	background-color: #6d4a69;
	color: #ffffff;
}
#pd-results .result-item a.pd-profile-btn.btn-outline {
	border-color: initial;
}

#provider-detail-nav .nav-tabs > li.active > a {
	border-bottom-color: #6d4a69;
}


#aside-a .card-aside.filled,
#aside-b .card-aside.filled {
	background-color: #9a8095 ;
}
#aside-a .card-aside.filled a.btn,
#aside-a .card-aside.filled a.btn-lg,
#aside-b .card-aside.filled a.btn,
#aside-b .card-aside.filled a.btn-lg {
	background-color: #6d4a69;
}
#aside-a .card-aside.filled a.btn:hover,
#aside-a .card-aside.filled a.btn-lg:hover,
#aside-b .card-aside.filled a.btn:hover,
#aside-b .card-aside.filled a.btn-lg:hover {
	color: #9a8095;
}

#content-main-body .card.eb-primary a,
#content-main-body .card.bg-primary a,
#content-main-body .card.eb-primary-alt a,
#content-main-body .card.bg-primary-alt a {
	text-decoration: none;
}

#content-main-body .card.eb-primary a:hover,
#content-main-body .card.bg-primary a:hover,
#content-main-body .card.eb-primary-alt a:hover,
#content-main-body .card.bg-primary-alt a:hover {
	text-decoration: underline;
}


#aside-a .card-aside.subnav,
#aside-b .card-aside.subnav {
	background: #9a8095;
}

#aside-a .card-aside.subnav li a,
#aside-b .card-aside.subnav li a {
	color: #ffffff;
}



#ehc-related-content-physicians  h2,
#ehc-related-content-physicians .ehc-related-content-body h4 a {
	color: #6d4a69;
}


#footer-wrap footer.classic,
#footer-wrap footer:not(.classic) .affiliations {
	background: #6d4a69;
	color: #ffffff;
}

.mobile-quick-links select {
	color: #ffffff;
}


.app-stack .social-media i:hover,
#post-content .social-media i:hover {
	border-bottom: 4px solid #d4a45b;
}


#footer-er-wait-times {
	background: #d6d6d6;
}


@media only screen and (min-width: 980px) {
}


@media (max-width: 979px) {
	.navbar-collapse .dropdown-menu a {
		color: #ffffff;
	}

}

@media only screen and (min-width : 600px) {
}


@media (max-width: 767px) {
}


@media (max-width: 480px) {
}









	.crm-search { background-color: #6d4a69; }

	.crm-search .crm-search-submit .btn-primary { background: #9a8095; }
	.crm-search .crm-search-submit .btn-primary:hover { background: #9a8095; }

	.crm-search .nav-tabs>li a:hover { color: #6d4a69; }

	.crm-search-options .nav-tabs>li.active>a {color: #6d4a69; }
	.crm-search-options .nav-tabs>li.active>a:hover {color: #6d4a69; }

	.crm-search-expanded .nav-tabs > li.active > a { background: #6d4a69;}
	.crm-search-expanded .tab-content { background: #6d4a69; }


	.crm-header-back { background: #6d4a69; }


		.crm-date-calendar .crm-date-time       { background: #6d4a69; }
	.crm-date-calendar-multi .crm-date-time { background: #6d4a69; }


	.crm-confirmation { background: #6d4a69; }


	.crm-progress-bar-container { background-color: #6d4a69; }
	
	
	.progress-step .active {
		background: #fff;
		color: #6d4a69;
	}

	.progress-step span.active {
		border-left-color: #9a8095;
	}

	.progress-step .completed {
		background: #9a8095;
		color: #fff;
	}

	.progress-step .completed a { color: #fff; }
	
	.progress-step span.completed:after { border-left-color: #9a8095;}
	
	.crm-progress-bar #crm-progress-step-1 span.completed:after { border-left-color: #9a8095;}
	
	.crm-progress-bar #crm-progress-step-2 span.completed:after { border-left-color: #9a8095; }
	
	.crm-progress-bar #crm-progress-step-1 span.active a { color: #6d4a69; }
	
	.crm-progress-bar #crm-progress-step-2 span.active a { color: #6d4a69; }





	#ce-search .crm-search-expanded .nav-tabs > li > a { color: #6d4a69; }
	#ce-search .crm-search-expanded .nav-tabs > li.active > a { color: #ffffff; }


	#ce-search .crm-search-options .nav-tabs > li.active > a { color: #6d4a69; }
	#ce-search .crm-search-options .nav-tabs > li > a:hover { color: #6d4a69; }





	.pd-search-location { background: #9a8095; }

	.pd-search-location .pd-search-submit .btn-primary { background: #6d4a69; }
	.pd-search-location .pd-search-submit .btn-primary:hover { background: #6d4a69; }

	.pd-search-location .nav-tabs>li a:hover { color: #6d4a69; }
	.pd-search-location .nav-tabs>li.active a:hover { color: #fff; }



	#accordion-facts .panel-body i { color:#6d4a69; }



	.crm-result-location-img { background: #6d4a69; }

	.pd-result-provider-img { background: #6d4a69; }

	.pd-result-title a { color: #6d4a69; }

	.pd-panel .panel-title > a:hover  { color: #6d4a69; }
	.pd-panel .panel-title > a.active { color: #6d4a69; }

	.pd-result-specialty { color: #6d4a69; }

	.pd-result-meta { color: #6d4a69; }


	.pd-patient-select { background-color: #6d4a69; }
	.pd-patient-select .dropdown-menu { background-color: #6d4a69; }
	.pd-patient-select .dropdown-menu>li>a:hover { color: #6d4a69; }




	.btn-primary {
		background-color: #6d4a69;
		border-color: #6d4a69;
	}
	.btn-primary:hover {
		background-color: #6d4a69;
		border-color: #6d4a69;
		opacity: 0.7;
	}

	.btn-cta {
		background-color: #d4a45b;
		border-color: #d4a45b;
	}
	.btn-cta:hover {
		background-color: #d4a45b;
		border-color: #d4a45b;
		opacity: 0.7;
	}



.crm-section-heading { color: #6d4a69; }

.btn-phone { 
	background: #9a8095; 
	border-color: #9a8095; 
}

.primary-to-secondary-gradient {
background: #6d4a69; 
background: -moz-linear-gradient(left,  #6d4a69 1%, #d4a45b 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#6d4a69), color-stop(100%,#d4a45b)); 
background: -webkit-linear-gradient(left,  #6d4a69 1%,#d4a45b 100%); 
background: -o-linear-gradient(left,  #6d4a69 1%,#d4a45b 100%); 
background: -ms-linear-gradient(left,  #6d4a69 1%,#d4a45b 100%); 
background: linear-gradient(to right,  #6d4a69 1%,#d4a45b 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d4a69', endColorstr='#d4a45b',GradientType=1 );
}









.primaryColor,
.eb-primary,
.bg-primary {
	background: #6d4a69;
}


.primaryGradient,
.eb-primary-alt,
.bg-primary-alt,
.bg-primary2 {
	background: #9a8095;
}


.eb-primary a,
.bg-primary a,
.eb-primary-alt a,
.bg-primary-alt a {
	color: #ffffff;
}


.secondaryColor,
.eb-secondary,
.bg-secondary {
	background: #d4a45b;
}


.secondaryGradient,
.eb-secondary-alt,
.bg-secondary-alt,
.bg-secondary2 {
	background: #e8c590;
}


.supportingColor,
.eb-support,
.bg-supporting {
	background: #efefef;
}


.supportingGradient,
.eb-support-alt,
.bg-support-alt,
.bg-supporting2 {
	background: #d6d6d6;
}


.navFontColor,
.navFontColor:hover,
.eb-nav-font,
.eb-nav-font:hover,
.eb-nav-font a {
	color: #ffffff;
}


.text-primary {
	color: #6d4a69;
}
.text-secondary {
	color: #d4a45b;
}
.text-primary-alt {
	color: #9a8095;
}
.text-secondary-alt {
	color: #e8c590;
}
.text-support {
	color: #efefef;
}
.text-support-alt {
	color: #d6d6d6;
}


.btn-secondary, .btn-secondary:hover{
	background: #d4a45b;
	border-color: #d4a45b;
	color: #fff;
}

.btn-primary-alt, .btn-primary-alt:hover {
	background-color: #9a8095;
	border-color: #9a8095;
	color: #fff
}

.btn-secondary-alt, .btn-secondary-alt:hover {
	background-color: #e8c590;
	border-color: #e8c590;
	color: #fff
}

.btn-support, .btn-support:hover{
	background-color: #efefef;
	border-color: #efefef;
	color: #000000
}

.btn-support-alt, .btn-support-alt:hover {
	background-color: #d6d6d6;
	border-color: #d6d6d6;
	color: #000000
}

.btn-secondary:hover, .btn-primary-alt:hover,
.btn-secondary-alt:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

.text-white {
	color: #FFFFFF;
}

.text-gray, .text-gray:hover {
	color: #586166;
}

.text-black, .text-black:hover {
	color: #000000;
}

      
      
  
  			
      
      
  
  


      
      
  
            
  
              	    	    		  		  	  	  		  		  		  	      
              
        
          


      
      
  
   
   